home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / www / doc / www-server-guide.txt < prev    next >
Text File  |  1993-06-02  |  3KB  |  65 lines

  1.                                         World-Wide Web server software
  2.                           W3 SERVER SOFTWARE
  3.                                    
  4.    A W3 server, like the ftp daemon , is a program which responds to
  5.    an incoming tcp connection and provides a service to the caller.
  6.    There are many varieties of W3 server software to serve different
  7.    forms of data.
  8.    
  9. Basic W3 servers
  10.  
  11.   CERN server             The basic W3  daemon program serves files
  12.                          already in hypertext or plain text.  This
  13.                          daemon then is used as a basis for many other
  14.                          types of server and gateways .
  15.                          
  16.   NCSA server             A server for files, written in C, public
  17.                          domain.  Runs on top of a gopher-style
  18.                          database just like "gopherd".
  19.                          
  20.   Perl server             from Marc VanHeyningen at Indiana
  21.                          University. Wriiten in perl.
  22.                          
  23.   Perl server             Tony Sander's version of Marc VH's.
  24.                          
  25.   REXX for VM             A server consisting of a amall C program
  26.                          which passes control to a  server written in
  27.                          REXX.
  28.                          
  29.    Whatever server you are running, you will probably be interested
  30.    in:
  31.    
  32.       Tools for information providers
  33.       
  34.       Syle Guide for Online Hypertext
  35.       
  36. Making a new server
  37.  
  38.    This daemon is often used as a basis for a more specific server for
  39.    a given application.  A server which allows a world of data to be
  40.    seen as part of the W3 universe is known as a gateway.  (Most
  41.    servers could therefore be regarded as gateways, but the term
  42.    implies some conversion or mapping between dissimilar worlds) .
  43.    For  short tutorials with examples, see:
  44.    
  45.       Writing a server in C
  46.       
  47.       Writing a server as a script
  48.       
  49.    It is a good idea to pick the basic daemon or one of the servers in
  50.    the list as a starting point when making a new server.
  51.    
  52. Other servers and Gateways
  53.  
  54.    These are servers which provide data extracted from other systems.
  55.    they are built using code from the basic daemon, or scripts. See
  56.    
  57.       List of Gateways available .
  58.       
  59.                                                                 Tim BL
  60.                                                                       
  61. About documents generated from hypertext
  62.  
  63.    Paper manuals generated from hypertext are made for convenience,
  64.    for example for reading when one has no computer to turn to.  We
  65.